home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / shared / snns / snnsv3_0.z / snnsv3_0 / SNNSv3.0 / Readme.linux < prev   
Text File  |  1993-03-25  |  1KB  |  30 lines

  1. **********************************************************************
  2.     SNNS Version 3.0 Linux Installation Notes
  3. **********************************************************************
  4.  
  5.  
  6. The configure script dosn't work with the Linux 'Bourne Again Shell'.
  7. It needs a c-shell. To install SNNS you have two possibilties:
  8.  
  9.   1) install a c-shell
  10.      - get the tcsh for linux (for example form tsx-11.mit.edu in the
  11.       /pub/linux/binaries/usr.bin directory) 
  12.      - make a link from the tcsh executable to /bin/csh
  13.      - run the configuration scripts
  14.  
  15.   2) install SNNS manually
  16.      - go to the SNNSv3.0/kernel/sources directory
  17.      - edit the Makefile (it is for a sun sparc with the gcc compiler) 
  18.      - change the SNNSDIR entry to your local path
  19.      - change the MACHINE and MACHINENAME entries to pc386
  20.      - change XDIR and XH entries to your local X11 library and include 
  21.        path. This is normaly /usr/lib and /usr/include
  22.      - run 'make all' and 'make install'
  23.      - go to the SNNSv3.0/xgui/sources directory
  24.      - repeat the steps above for the interface Makefile
  25.  
  26.  
  27. **********************************************************************
  28.       End of document 'SNNS Version 3.0 Installation Linux Notes'
  29. **********************************************************************
  30.